home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10836 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: apccorp.apcc.com!root
  2. From: nfegan@apcc.com (Noel Fegan)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Coding Standards
  5. Date: Mon, 11 Mar 1996 14:00:35 GMT
  6. Organization: American Power Conversion
  7. Message-ID: <4i1bnm$d5@apccorp.apcc.com>
  8. References: <4hj8ek$elu@sam.inforamp.net>
  9. NNTP-Posting-Host: hewie.galway.apcc.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. rmorin@inforamp.net (Randy Charles Morin) wrote:
  13.  
  14. >The company I just started a contract with gave me a set of C++ coding 
  15. >standards.  I started reading and couldn't stop laughing.  I can't reproduce 
  16. >them word-for-word, because that wouldn't be nice to the authors and might be 
  17. >considered a copyright violation or privacy violation, but I'll outline some 
  18. >of the points.
  19.  
  20. Most of these rules/guidelines are the same as those which appear in the
  21. "Ellemtel: Programming in C++, Rules and Recommendations" document available at
  22. the following Web page: "http://www.takn.is/c++/ellemtel.html"
  23.  
  24. I would have to say that I can see the reason for a lot of these rules. Having a
  25. lot of experience with C++ some of them are a bit limiting if enforced rigidly.
  26. However, you must consider that, even if some of the rules seem laughable, when
  27. you think about them, and realise that the main purpose of them is to restrict
  28. the damage that an inexperienced programmer can do, and to standardize the code
  29. that is written by different developers.
  30.  
  31. Humility is part and parcel of being a good programmer...
  32. --
  33. Noel Fegan
  34. European Software Development Department
  35. American Power Conversion
  36. I don't speak for APC...
  37. nfegan@apcc.com
  38.  
  39.